home *** CD-ROM | disk | FTP | other *** search
- property s
-
- on beginSprite me
- s = me.spriteNum
- end
-
- on switchtext me, thetitle
- set the member of sprite s to "cdromtext" && string(thetitle)
- textcolor = 59
- if thetitle < 29 then
- textcolor = 43
- end if
- if thetitle < 4 then
- textcolor = 11
- end if
- set the backColor of sprite s to textcolor
- end
-
- on growup me, themerit
- set the member of sprite s to themerit && "default text"
- end
-